home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / mac / PageMaker 6.5 SDK Mac / SourceCode / PageMakerClassLibrary / LowLevel / Twips.h < prev   
Text File  |  1996-08-19  |  449b  |  14 lines

  1. /*
  2.  *--- Twips.h -------------------------------------------------------------
  3.  * Copyright (c) 1996 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Mon, August 19, 1996 @ 3:29 PM by Paul Ferguson.
  5.  *
  6.  * Description:  For notes about this function, refer to the
  7.  * PCL documentation file twips.html
  8.  *-------------------------------------------------------------------------
  9.  */
  10.  
  11. long twips(char * inDistanceStr);
  12.  
  13. // end of Twips.h
  14.